home *** CD-ROM | disk | FTP | other *** search
/ Beautiful Female Teachers Club / Beautiful Female Teachers Club.iso / pc / virtual.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1998-02-16  |  236 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(2, "button.aiff")
  3.   if btndown(1) then
  4.     puppetSound(1, 0)
  5.     set the visible of sprite 14 to 0
  6.     set the visible of sprite 15 to 0
  7.     puppetSprite(5, 0)
  8.     puppetSprite(10, 0)
  9.     go("7")
  10.   end if
  11. end
  12.